home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / include / parms.h.ORIG < prev    next >
Encoding:
Text File  |  1994-02-06  |  117 b   |  11 lines

  1. #ifndef PARMS_H
  2. #define PARMS_H
  3.  
  4. #ifdef ANSI_HEADERS
  5. #define __PARMS(s) s
  6. #else
  7. #define __PARMS(s) ()
  8. #endif
  9.  
  10. #endif
  11.